projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eb7ce74
)
Eric M. Ludlam <eric at siege-engine.com>
author
Glenn Morris
<rgm@gnu.org>
Thu, 7 Jun 2007 06:19:20 +0000
(06:19 +0000)
committer
Glenn Morris
<rgm@gnu.org>
Thu, 7 Jun 2007 06:19:20 +0000
(06:19 +0000)
(checkdoc-ispell-lisp-words): Remove "iff".
lisp/emacs-lisp/checkdoc.el
patch
|
blob
|
history
diff --git
a/lisp/emacs-lisp/checkdoc.el
b/lisp/emacs-lisp/checkdoc.el
index 14b9ce55d9e04cc688bf45bd1d9208690c7b0d50..b4d925686ca360162ec3bc83498d2ab6e0142fe5 100644
(file)
--- a/
lisp/emacs-lisp/checkdoc.el
+++ b/
lisp/emacs-lisp/checkdoc.el
@@
-263,7
+263,7
@@
system. Possible values are:
(const t)))
(defvar checkdoc-ispell-lisp-words
- '("alist" "emacs" "etags" "
iff" "
keymap" "paren" "regexp" "sexp" "xemacs")
+ '("alist" "emacs" "etags" "keymap" "paren" "regexp" "sexp" "xemacs")
"List of words that are correct when spell-checking Lisp documentation.")
(defcustom checkdoc-max-keyref-before-warn 10